MarkerClickEvent

@Serializable
data class MarkerClickEvent(val id: String, val node: MPINavigatable.MPINode?, val coordinate: MPIMap.MPICoordinate?)

Constructors

Link copied to clipboard
constructor(id: String, node: MPINavigatable.MPINode?, coordinate: MPIMap.MPICoordinate?)

Properties

Link copied to clipboard

The possible map coordinate of the clicked marker

Link copied to clipboard
val id: String

ID of the clicked marker

Link copied to clipboard

The possible node of where clicked marker is positioned